home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Champak 139
/
(Vol 139) Sep 24 2011.iso
/
Games
/
kirby.swf
/
scripts
/
frame_10
/
PlaceObject2_51_2
/
CLIPACTIONRECORD onClipEvent(enterFrame).as
Wrap
Text File
|
2011-09-24
|
274b
|
17 lines
onClipEvent(enterFrame){
if(Z >= 20)
{
if(random(5) == 3)
{
duplicateMovieClip(this.G,"G2",16385);
this.G2._x = random(220);
this.G2._y = random(70);
Z = 0;
}
}
else
{
Z += 1;
}
}